home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 424_02 / ED-157 / rec.h < prev    next >
Text File  |  1993-09-10  |  161b  |  4 lines

  1. /* Included by: many, many routines */
  2. typedef struct rec_str *rec_ptr;
  3. typedef struct rec_str {rec_ptr next,prev;int length;Char *data;int recflags;} rec_node;
  4.